home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / Misc / NetTalk.1.3a / NetTalk.app / English.lproj / Talk.nib / data.classes < prev    next >
Encoding:
Text File  |  1995-05-31  |  1023 b   |  80 lines

  1. NetTalkThinker = {
  2.     ACTIONS = {
  3.     showInfoPanel:;
  4.     openTalk:;
  5.     appDidInit:;
  6.     showRequestPanel:;
  7.     };
  8.     OUTLETS = {
  9.     myServer;
  10.     newWindow;
  11.     clientList;
  12.     requestPanel;
  13.     remoteHub;
  14.     infoPanel;
  15.     };
  16.     SUPERCLASS = Object;
  17. };
  18. TextClone = {
  19.     OUTLETS = {
  20.     realText;
  21.     };
  22.     SUPERCLASS = View;
  23. };
  24. ServerText = {
  25.     ACTIONS = {
  26.     };
  27.     OUTLETS = {
  28.     };
  29.     SUPERCLASS = UndoText;
  30. };
  31. SharedText = {
  32.     OUTLETS = {
  33.     scroller;
  34.     };
  35.     SUPERCLASS = Text;
  36. };
  37. FirstResponder = {
  38.     ACTIONS = {
  39.     };
  40.     SUPERCLASS = Object;
  41. };
  42. ClientText = {
  43.     ACTIONS = {
  44.     };
  45.     OUTLETS = {
  46.     };
  47.     SUPERCLASS = Text;
  48. };
  49. ClientScroller = {
  50.     SUPERCLASS = ScrollView;
  51. };
  52. TalkController = {
  53.     ACTIONS = {
  54.     };
  55.     OUTLETS = {
  56.     splitView;
  57.     scrollText;
  58.     firstText;
  59.     };
  60.     SUPERCLASS = Object;
  61. };
  62. UndoText = {
  63.     ACTIONS = {
  64.     clear:;
  65.     pasteRuler:;
  66.     unscript:;
  67.     pasteFont:;
  68.     changeFont:;
  69.     superscript:;
  70.     subscript:;
  71.     cut:;
  72.     delete:;
  73.     paste:;
  74.     underline:;
  75.     };
  76.     OUTLETS = {
  77.     };
  78.     SUPERCLASS = Text;
  79. };
  80.